Vcenter Namespaces Instances SummaryV2
The Vcenter Namespaces Instances SummaryV2 schema contains the basic information about the namespace on a Supervisor.
This schema was added in vSphere API 8.0.0.1.
{
"supervisor": "string",
"namespace": "string",
"description": "string",
"config_status": "string",
"stats": {
"cpu_used": 0,
"memory_used": 0,
"storage_used": 0
},
"self_service_namespace": false
}
Identifier for the Supervisor hosting the namespace.
This property was added in vSphere API 8.0.0.1.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor
.
Identifier of the namespace.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance
.
Description of the namespace.
This property was added in vSphere API 7.0.0.0.
Current setting for Vcenter Namespaces Instances ConfigStatus.
For more information see: Vcenter Namespaces Instances ConfigStatus.
This property was added in vSphere API 7.0.0.0.
Basic runtime statistics for the namespace.
This property was added in vSphere API 7.0.0.0.
Flag to indicate the self service namespace.
This property was added in vSphere API 7.0.2.00100.
If missing or null
, the namespace is not marked as self service namespace.